TODO
authorStefan Jeske <stefan@src.gnome.org>
Tue, 16 Jun 1998 07:39:06 +0000 (07:39 +0000)
committerStefan Jeske <stefan@src.gnome.org>
Tue, 16 Jun 1998 07:39:06 +0000 (07:39 +0000)
TODO

diff --git a/TODO b/TODO
index d6d810c98d5d558702ca4703d597b2ea78409f11..a734ed3ccf02bbfba34417a8b4b46053739b4f6f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -48,6 +48,10 @@ Bugs:
  * Expose events aren't being generated correctly for DND demo
 
 Additions:
+ * implement keyboard navigation in menus
+
+ * focus handling for GtkOptionMenu (needs the previous)
+
  * GScanner: it might be good to ues stdio and getch() instead of 1-character
    reads. so one can take advantage of buffering. Currently each read() takes
    a separate syscall.